reflect.abiSeq.addArg (method)

3 uses

	reflect (current package)
		abi.go#L124: func (a *abiSeq) addArg(t *abi.Type) *abiStep {
		abi.go#L420: 		stkStep := in.addArg(arg)
		abi.go#L453: 		stkStep := out.addArg(res)